object AbortDlg: TAbortDlg Left = 358 Top = 173 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Printing' ClientHeight = 80 ClientWidth = 154 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 76 Height = 13 Caption = 'Printing page' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object PageNum: TLabel Left = 96 Top = 16 Width = 8 Height = 13 Caption = '1' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object CancelBtn: TBitBtn Left = 8 Top = 44 Width = 136 Height = 27 Caption = 'Abort Printing' Font.Color = clBtnText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = CancelBtnClick Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end end